home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 85 / CD-ROM 85 / CD-ROM 85.iso / aplic / 2sync / 2SyncSetup.exe / register / scripts / frame_5 / DoAction.as
Encoding:
Text File  |  2002-03-20  |  187 b   |  11 lines

  1. if(eval("data:msg") ne "")
  2. {
  3.    msg = eval("data:msg");
  4.    set("data:msg","");
  5. }
  6. else
  7. {
  8.    msg = "Authentication failed.\r\rPlease check your details and try again.";
  9. }
  10. stop();
  11.